xdoclet.util.predicates
Class False

java.lang.Object
  |
  +--xdoclet.util.predicates.False
All Implemented Interfaces:
Predicate

public class False
extends Object
implements Predicate

Always returns false.

Author:
Aslak Hellesøy

Constructor Summary
False()
           
 
Method Summary
 boolean evaluate(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

False

public False()
Method Detail

evaluate

public boolean evaluate(Object o)
Specified by:
evaluate in interface Predicate


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.